github.com/klauspost/compress/zstd.bestFastEncoder.dictLongTable (field)
10 uses
github.com/klauspost/compress/zstd (current package)
enc_best.go#L74: dictLongTable []prevEntry
enc_best.go#L519: if len(e.dictLongTable) != len(e.longTable) || dictChanged {
enc_best.go#L520: if len(e.dictLongTable) != len(e.longTable) {
enc_best.go#L521: e.dictLongTable = make([]prevEntry, len(e.longTable))
enc_best.go#L523: clear(e.dictLongTable)
enc_best.go#L528: e.dictLongTable[h] = prevEntry{
enc_best.go#L530: prev: e.dictLongTable[h].offset,
enc_best.go#L538: e.dictLongTable[h] = prevEntry{
enc_best.go#L540: prev: e.dictLongTable[h].offset,
enc_best.go#L548: copy(e.longTable[:], e.dictLongTable)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |